projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e182e8
)
(C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:48 +0000
(17:19 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:48 +0000
(17:19 +0000)
src/s/irix6-0.h
patch
|
blob
|
history
diff --git
a/src/s/irix6-0.h
b/src/s/irix6-0.h
index d7fca0fbfbb12f399a30f65c30d6ed78358addb0..d6ec5a2b7441a4a29f3d55331a1d9da2453571c4 100644
(file)
--- a/
src/s/irix6-0.h
+++ b/
src/s/irix6-0.h
@@
-7,3
+7,10
@@
#ifndef __GNUC__
#define LD_SWITCH_SYSTEM -32
#endif
+
+/* This macro definition, which we inherited from irix5-0.h,
+ is needed in configure on Irix 5, but gets in the way there
+ on Irix 6. So get rid of it except in Makefile.in where we need it. */
+#ifndef THIS_IS_MAKEFILE
+#undef C_SWITCH_SYSTEM
+#endif